All Questions
2 questions
4votes
1answer
495views
Plugin framework for extensible software
I need to make a web app which provides the feature to install/uninstall plugins. Think of something like Eclipse IDE like software. The only difference is you cannot restart it like Eclipse to apply ...
25votes
3answers
4kviews
How would one go about building pluggable software?
If you have an application of some sort and you want your users to be able to write plugins for it, how should the application be designed? What do you have to take into account, what design ...